home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 076-100 / scopedisk87 / runback4 / null.src / makefile next >
Encoding:
Makefile  |  1995-03-19  |  387 b   |  18 lines

  1. #########################################################################
  2. #
  3. #        null-handler Makefile
  4. #        V 0.0 (c) Gunnar Nordmark 1988
  5. #        For Manx 3.6a
  6. #
  7. #########################################################################
  8.  
  9.  
  10. null-handler    : misc.o null.o
  11.     ln  -o null-handler misc.o null.o -lc32
  12.  
  13. misc.o    : misc.c 
  14.     cc +L +Hnull.syms misc.c
  15.  
  16. null.o    : null.c
  17.     cc +L +Inull.syms null.c
  18.